From 7ed2011bb2483f292fb955472944b5779d08aae5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C3=ABl=20Cadilhac?= Date: Sun, 26 Aug 2007 20:47:20 +0000 Subject: [PATCH] Specify PDF layout, use a PDF `compile-command' local variable. --- etc/refcards/pl-refcard.tex | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/etc/refcards/pl-refcard.tex b/etc/refcards/pl-refcard.tex index 43f583b8e75..f9e478f6467 100644 --- a/etc/refcards/pl-refcard.tex +++ b/etc/refcards/pl-refcard.tex @@ -28,10 +28,17 @@ \newcount\columnsperpage % This file can be printed with 1, or 2 columns per page (see below). -% Specify how many you want here. Nothing else needs to be changed. +% Specify how many you want here. \columnsperpage=2 +% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for +% a landscape layout. + +\input pdflayout.sty +\pdflayout=(0) + +% Nothing else needs to be changed. % Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, % 2006, 2007 Free Software Foundation, Inc. @@ -995,7 +1002,7 @@ przez wywo/lanie \kbd{C-h f interactive}. \bye % Local variables: -% compile-command: "tex pl-refcard" +% compile-command: "pdftex pl-refcard" % End: % arch-tag: 19d15a16-70be-40c8-ad91-88899aac32a9 -- 2.30.2